home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 32 / PC Gamer IT CD 32 1-2.iso / ENTDEMO / entdemo.exe / setup.exe / 0 / RCDATA / TCOPYDLG / TCOPYDLG.txt
Text File  |  1998-01-12  |  887b  |  51 lines

  1. object CopyDlg: TCopyDlg
  2.   Left = 126
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copying Files'
  6.   ClientHeight = 104
  7.   ClientWidth = 245
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 16
  18.     Width = 41
  19.     Height = 13
  20.     Caption = 'Copying:'
  21.   end
  22.   object FileName: TLabel
  23.     Left = 64
  24.     Top = 16
  25.     Width = 169
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'bob.exe'
  29.   end
  30.   object ProgressBar: TProgressBar
  31.     Left = 8
  32.     Top = 32
  33.     Width = 225
  34.     Height = 25
  35.     Min = 0
  36.     Max = 100
  37.     TabOrder = 0
  38.   end
  39.   object DoneBtn: TButton
  40.     Left = 88
  41.     Top = 72
  42.     Width = 73
  43.     Height = 25
  44.     Caption = '&OK'
  45.     Default = True
  46.     Enabled = False
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50. end
  51.